Interface Category

All Superinterfaces:
IPCObject
All Known Implementing Classes:
CategoryImpl

public interface Category extends IPCObject
Information provided by the PKI file:

    \class Category
    
    \brief Category is the class for signature subcategories.
    
    \example network().getDevice("Router0").getProcess("IpsProcess").getSubCategoryAt(0)
    
Author:
Auto-generated
  • Method Details

    • getRetired

      boolean getRetired()
      Information provided by the PKI file:
      
          \brief Returns the retired value.
          
          \return Bool,       the retired value.
          Retired values:     eDefault = 0,
          eFalse = 1,
          eTrue = 2
          
              
      Returns:
      boolean Returns a boolean
    • setRetired

      void setRetired(boolean val)
      Information provided by the PKI file:
      
          \brief Sets the retired value.
          
          \param val, the retired value.
          Retired values:     eDefault = 0,
          eFalse = 1,
          eTrue = 2
          
              
      Parameters:
      val - Takes in a parameter of val
    • getCategoryName

      String getCategoryName()
      Information provided by the PKI file:
      
          \brief Returns the subcategory name.
          
          \return string, the subcategory name.
          
              
      Returns:
      String Returns a String